text CSS


Posted by mijouhsieh on 2023-12-20

反選文字設定顏色

codepen

::selection {
    color: #ea1b0e;
    background-color: rgba(255,222,230,.9);
}

#css text #::selection







Related Posts

工程師有兩種:做完跟做好的分別

工程師有兩種:做完跟做好的分別

【THM Walkthrough】Exploiting Active Directory (2)

【THM Walkthrough】Exploiting Active Directory (2)

WPF加入Resource之語系功能

WPF加入Resource之語系功能


Comments